STEP 6: Now let's call the function so the commands inside will run.

You can call a function anywhere in your program AFTER it is defined. It must be OUTSIDE the function.

  • Go to and drop a Wait indented INSIDE the function, after the other commands.
  • Go to and drag out Function Call.
  • Change my_function() to bridge_scene(). Click Run to see your function on the stage.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)